NFT Deposit
Deposit
Emitted when an NFT is deposited into a Collection
Parameters:
- id: UInt64 - The ID of the deposited NFT
- to: Address? - The address receiving the deposited NFT
pub event Deposit(id: UInt64, to: Address?)
Emitted when an NFT is deposited into a Collection
Parameters:
pub event Deposit(id: UInt64, to: Address?)